class->get_layout_offsets = gtk_scale_real_get_layout_offsets;
/**
- * GtkScale:format-value:
+ * GtkScale::format-value:
* @scale: the object which received the signal
* @value: the value to format
*
*
* The number of decimal places to which the value is rounded when it is
* changed. This also sets the number of digits shown in the displayed value
- * when using the default handler for the #GtkScale:format-value signal.
+ * when using the default handler for the #GtkScale::format-value signal.
*/
properties[PROP_DIGITS] =
g_param_spec_int ("digits",
*
* Sets the number of decimal places to which the value is rounded when it is
* changed. This also sets the number of digits shown in the displayed value
- * when using the default handler for the #GtkScale:format-value signal.
+ * when using the default handler for the #GtkScale::format-value signal.
*
* Note that rounding to a small number of digits can interfere with
* the smooth autoscrolling that is built into #GtkScale. As an alternative,
- * you can use the #GtkScale:format-value signal to format the displayed
+ * you can use the #GtkScale::format-value signal to format the displayed
* value yourself.
*/
void
* @scale: a #GtkScale
*
* Gets the number of decimal places to which the value is rounded on change.
- * This number is also used by the default #GtkScale:format-value handler.
+ * This number is also used by the default #GtkScale::format-value handler.
*
* Returns: the number of decimal places
*/
}
/*
- * Emits the #GtkScale:format-value signal.
+ * Emits the #GtkScale::format-value signal.
*
* Returns: formatted value
*/